home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / Mesa-2.2 / src / Imakefile < prev    next >
Encoding:
Makefile  |  1996-05-30  |  1.4 KB  |  120 lines

  1. #define DoNormalLib NO
  2. #define DoSharedLib YES
  3. #define DoDebugLib NO
  4. #define DoProfileLib NO
  5. #define LibName MESAGL
  6. #define SoRev SOX11REV
  7. #define LibHeaders NO
  8.  
  9. #include <Threads.tmpl>
  10.  
  11. REQUIREDLIBS = $(X11ROOT)\\XFree86\\lib\\ Xext X11
  12. BUILDLIBDIR = $(TOP)\\lib
  13.  
  14. INCLUDES = -I$(TOP)\\include
  15.  
  16. SRCS = \
  17. accum.c \
  18. alpha.c \
  19. alphabuf.c \
  20. attrib.c \
  21. bitmap.c \
  22. blend.c \
  23. bresenhm.c \
  24. clip.c \
  25. context.c \
  26. copypix.c \
  27. dd.c \
  28. depth.c \
  29. draw.c \
  30. drawpix.c \
  31. enable.c \
  32. eval2.c \
  33. feedback.c \
  34. fog.c \
  35. fortran.c \
  36. get.c \
  37. glx.c \
  38. interp.c \
  39. light.c \
  40. lines.c \
  41. list.c \
  42. logic.c \
  43. masking.c \
  44. misc.c \
  45. osmesa.c \
  46. pb.c \
  47. pixel.c \
  48. points.c \
  49. polygons.c \
  50. readpix.c \
  51. scissor.c \
  52. span.c \
  53. stencil.c \
  54. svgamesa.c \
  55. texture.c \
  56. varray.c \
  57. vb.c \
  58. vertex.c \
  59. xfonts.c \
  60. xform.c \
  61. xmesa1.c \
  62. xmesa2.c \
  63. xmesa3.c
  64.  
  65. OBJS = \
  66. accum.o \
  67. alpha.o \
  68. alphabuf.o \
  69. attrib.o \
  70. bitmap.o \
  71. blend.o \
  72. bresenhm.o \
  73. clip.o \
  74. context.o \
  75. copypix.o \
  76. dd.o \
  77. depth.o \
  78. draw.o \
  79. drawpix.o \
  80. enable.o \
  81. eval2.o \
  82. feedback.o \
  83. fog.o \
  84. fortran.o \
  85. get.o \
  86. glx.o \
  87. interp.o \
  88. light.o \
  89. lines.o \
  90. list.o \
  91. logic.o \
  92. masking.o \
  93. misc.o \
  94. osmesa.o \
  95. pb.o \
  96. pixel.o \
  97. points.o \
  98. polygons.o \
  99. readpix.o \
  100. scissor.o \
  101. span.o \
  102. stencil.o \
  103. svgamesa.o \
  104. texture.o \
  105. varray.o \
  106. vb.o \
  107. vertex.o \
  108. xfonts.o \
  109. xform.o \
  110. xmesa1.o \
  111. xmesa2.o \
  112. xmesa3.o
  113.  
  114. LINTLIBS =
  115.  
  116. #include <Library.tmpl>
  117.  
  118. DependTarget()
  119.  
  120.